Hi, I've already reported this but no change has been made for me. I have the current version of webgrab 5.3 and this ini file is still reporting errors.
[ Debug ]
[ Info ] ( 213/229 ) M.TV.SMS.CZ -- chan. (xmltv_id=0371) -- mode Incremental
[Warning ] error downloading page: The SSL connection could not be established.
[Error ] Unable to update channel 0371
[Critical] Generic syntax exception:
[Critical] message:
[Error ] no index page data received from 0371
[Error ] unable to update channel, try again later
[ Info ] Existing guide data restored!
config
<channel update="i" site="m.tv.sms.cz" site_id="M%ECstsk%E1+televize+Trnava" xmltv_id="0371">Trnava TV</channel>
SSL errors are OS issues not webgarb.
what OS are you using?
if windows its usually older versions like win 7,make sure u have tls1.2 enabled(google it).
if linux what distro are you using?
I'm using Debian 11 with the latest updates. But it is interesting that until a certain time I had no problem with it. Then out of nowhere it started going crazy.
did u change anything in wg files?
check your bin.net folder and make sure u have a openssl.cnf file.
also check bin.net.sh file and near the bottom make sure this is there..
# load custom openssl.cnf
export OPENSSL_CONF="$DIR/bin.net/openssl.cnf"
works fine for me with ubuntu 22.04 which is debian based distro.
# load custom openssl.cnf
export OPENSSL_CONF="$DIR/bin.net/openssl.cnf"
dotnet "$DIR/bin.net/WebGrab+Plus.dll" "$DIR"
cp -f /var/www/data/webgrab/guide.xml /var/www/html/play/epg/guide.xml
quit 0;
Yes, after checking the launcher file, I have the following at the end.. my editing is already copied, which will definitely have no effect. The server has its own public IP address to which the domain is directed, including the reverse record where and I use my ssl certificate on the domain. the server runs through apache2. Only this single ini file does it for me. Everything else is absolutely fine.
read this post..
https://github.com/microsoft/azure-pipelines-agent/issues/3705
i cannot duplicate the error as it works for me.
anway one one post setting the SS__CERT_FILE and SSL_CERT_DIR solved the problem for the user.
so for u edit your bin.net.sh file and after the export OPENSSL_CONF line add
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
export SSL_CERT_DIR=/dev/null
note:
if this works make a backup of your bin.net.sh file as everytime you update webgrab its overwritten.