Note that there are some explanatory texts on larger screens.

plurals
  1. POSSL Error / RSA premaster secret error
    primarykey
    data
    text
    <p>anyone know what is the problem regarding the error that encountered in the PayPal sandbox? </p> <p>It was working fine for months last time and we changed our server and IPN stopped working. We are not sure is PayPal issue or our issue.</p> <p>In the web server access log there's no entry of the PayPal IPN POST log shown up and we can't figure out what is the problem.</p> <blockquote> <p>IPN Delivery Failed:I/O error: RSA premaster secret error; nested exception is javax.net.ssl.SSLKeyException: RSA premaster secret error</p> </blockquote> <p><a href="https://developer.paypal.com/webapps/developer/applications/ipn_simulator" rel="nofollow noreferrer">https://developer.paypal.com/webapps/developer/applications/ipn_simulator</a></p> <p><img src="https://i.stack.imgur.com/7fPx2.png" alt="enter image description here"></p> <hr> <p><strong>Extra info :</strong> We are using two different sub domain with two SSL certificate in a single IP.</p> <p><strong><em>Example :</em></strong></p> <p><a href="https://www.example.com/" rel="nofollow noreferrer">https://www.example.com/</a> - For main website (SSL cert A)</p> <p><a href="https://ipn.example.com/" rel="nofollow noreferrer">https://ipn.example.com/</a> - For PayPal IPN (SSL cert B)</p> <pre><code>&lt;VirtualHost x.x.x.x:443&gt; ServerName ipn.example.com DocumentRoot "/path/to/ipn.example" SSLEngine on SSLCertificateFile "/path/to/ipn_example_com.crt" SSLCertificateKeyFile "/path/to/ipn_example_com.key" SSLCertificateChainFile "/path/to/CA1.pem" &lt;/VirtualHost&gt; &lt;VirtualHost x.x.x.x:443&gt; ServerName www.example.com ServerAlias example.com DocumentRoot "/path/to/www.example" SSLEngine on SSLCertificateFile "/path/to/www_example_com.crt" SSLCertificateKeyFile "/path/to/www_example_com.key" SSLCertificateChainFile "/path/to/CA2.pem" &lt;/VirtualHost&gt; </code></pre> <p>x.x.x.x is an IP address (Both IP is the same)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload