Using Barcode and SSL

Hello,

I hope you can help, can you set Aspose to run under sll?

If so please let me know what I need for this as we are running the site that it is included in under ssl and the barcode generation doesnt want to work under this.

Thanks

Jon

Hi Jon,

Thanks for considering Aspose.

We are looking into it and get back to you shortly.

Thanks for letting me know, if you can give me an update that would be great.

When running ASPose it outputs this as the url for the image

http://www.ourdomain.co.uk:8080/Barcode.aspx?BarCode__ctl00$MainContents$BarCodeWebControl2=98eb1b71-cb54-4317-9e63-cf26e9159c19&ctl00$MainContents$BarCodeWebControl2_Format=Jpeg

However it needs to be something like this, so it excludes the port number and also includes https

https://www.ourdomain.co.uk/Barcode.aspx?BarCode__ctl00$MainContents$BarCodeWebControl2=98eb1b71-cb54-4317-9e63-cf26e9159c19&ctl00$MainContents$BarCodeWebControl2_Format=Jpeg

I hope this extra information helps.

Thanks
Jon

Is there a solution to this? I have the same issue.

Thanks,
-Josh

Hi Josh,

Sorry for late reply.

In fact the BarCodeWebControl in Aspose.BarCode should not care about what the protocol is, it’s able to work with HTTPS I mean, the attached image gives an example, the url is:

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

https://1xx.xx.xx/sslbarcode/Default.aspx?BarCode__BarCodeWebControl1=ff9803eb-a2c7-4e25-b8bd-87e82cd7ab1a&BarCodeWebControl1_Format=Jpeg

I think it’s something other but not (or not only) the ssl prevent the barcode rendering, could you provide more details about your scenario?

Many thanks.