nutjunkie / IQmol

IQmol is an open source molecular editor and visualization package
GNU General Public License v3.0
99 stars 47 forks source link

Can't submit jobs to Q-Chem's server – SSL handshake failed #65

Open peverati opened 1 year ago

peverati commented 1 year ago

On MacOS 13.0 Ventura jobs sent to Q-chem's web server fail because "SSL handshake failed". I tried both the compiled version on the website and to compile my own version from the source here but failed in both cases. It's still working fine on MacOS Monterey and previous versions.

nutjunkie commented 1 year ago

Try changing the connection type to HTTP rather than HTTPS. To do this, go to the Calculation -> Edit Servers menu option, double-click on the Q-Chem server and change the connection to HTTP. You may need to restart IQmol for the change to take effect.

peverati commented 1 year ago

Thanks Andrew, that solved it...